Gives various information that would help in debugging related to a particular user. Currently in beta, might undergo breaking changes without prior notice.
Tip: Refer to the Troubleshooting tutorial for more information.
OK
object (UserStatusResponse) Describes the user status response body | |
Array of objects (DatasourceGroupDefinition) List of groups the user is a member of, as uploaded via permissions API. |
Bad Request
Not Authorized
{- "email": "u1@foo.com"
}
{- "status": {
- "isActiveUser": true,
- "uploadStatus": "UPLOADED",
- "lastUploadedAt": "2021-08-06T17:58:01.000Z"
}, - "uploadedGroups": [
- {
- "name": "string"
}
]
}